projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd66b0
)
testoverlay: Fix test by using add_pass_through_overlay
author
Alexander Larsson
<alexl@redhat.com>
Mon, 8 Jun 2015 14:30:40 +0000
(16:30 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 15 Jun 2015 08:56:46 +0000
(10:56 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=750568
https://bugs.freedesktop.org/show_bug.cgi?id=90917
tests/testoverlay.c
patch
|
blob
|
history
diff --git
a/tests/testoverlay.c
b/tests/testoverlay.c
index 23718b8a7f9ce3b6129ada09f5b86f85d2002841..c2c2cad70f412dfd9ab87e24b11104fd6eda8905 100644
(file)
--- a/
tests/testoverlay.c
+++ b/
tests/testoverlay.c
@@
-440,7
+440,7
@@
test_input_stacking (void)
}
vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 10);
- gtk_overlay_add_overlay (GTK_OVERLAY (overlay), vbox);
+ gtk_overlay_add_
pass_through_
overlay (GTK_OVERLAY (overlay), vbox);
gtk_widget_set_halign (vbox, GTK_ALIGN_CENTER);
gtk_widget_set_valign (vbox, GTK_ALIGN_CENTER);